home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 September / EnigmA AMIGA RUN 30 (1998)(G.R. Edizioni)(IT)[!][issue 1998-09].iso / recent / mytime1.lha / Programming / Programs / MyTimer / MyTimer.doc < prev    next >
Text File  |  1998-07-02  |  2KB  |  91 lines

  1.  * * * My Timer * * *
  2.  
  3.     By Luc Perrin
  4.  
  5.     Version : 1.1
  6.  Date    : 98/02/29
  7.  
  8. -------------
  9. Introduction:
  10.  
  11. MyTimer is small program to count time spent on the internet.
  12. I wrote MyTimer because there was no other program that did it
  13. properly for AmiTCP.  None of them could properly detect if it
  14. was online.
  15.  
  16. MyTimer is EmailWare.  Send me an email whether you like it or
  17. not, or else ;-)
  18.  
  19. ---------
  20. Features:
  21.  
  22. - Uses very little memory
  23. - Uses MUI
  24. - Uses PPPinfo to detect if you are online
  25. - Logging option
  26. - Arexx port
  27.  
  28. ---------------------
  29. Command Line Options:
  30.  
  31. MyTimer <offline>
  32.  
  33. if you put offline, mytimer will not attempt to detect if you are online or
  34. not and will not start active.
  35.  
  36. ------
  37. Arexx:
  38.  
  39. Port name 'MYTIMER'
  40.  
  41. logon     - Activates the timer, starts a new log entry
  42. logoff    - Stops the timer, saves the log entry
  43. openprefs - Open the prefs window, never tested, just there for fun
  44. openlog   - Guess ;-))
  45.  
  46. -------------------------
  47. PPPinfo online detection:
  48.  
  49. What it does is look for the text 'INACTIVE' or 'OFFLINE' in the 1st 10
  50. line of the pppinfo return text.  Simple heh?
  51.  
  52. -----
  53. Bugs:
  54.  
  55. None known. If you find some, email me at chysle96@cyberbeach.net
  56.  
  57. -------
  58. Future:
  59.  
  60. AmigaGuide documentation.
  61.  
  62. -------
  63. Author:
  64.  
  65. Contact me at
  66.  
  67. Luc Perrin
  68. 56 Dow Dr. Box 566
  69. Copper Cliff, On
  70. Canada
  71. POM-1N0
  72.  
  73. I prefer email : chysle96@cyberbeach.net
  74.  
  75. --------
  76. History:
  77.  
  78. Changes from 1.0 (97/12/19)
  79. ==========================
  80.  
  81. - perfected the precision of the timer.  I was negligent in reading the
  82.   amiga docs and i found out that the amiga's builtin timers are not very
  83.   accurate.  I now use a different algorithm to calculate timer. Therefore,
  84.   do not go flaming your isp on the account of my program.  It *WAS* not
  85.   perfect!
  86. - Changed the format of the log window a bit to match the format of the
  87.   log from my isp.  Hope you like it.
  88. - Made it possible to print the log window.
  89. - Added an option of setting the time instead of reseting the clock.
  90.  
  91.